| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > Matrix4x4 Constructor : Matrix4x4 Constructor(Single[]) |
'Declaration Public Function New( _ ByVal values() As System.Single _ )
public Matrix4x4( System.float[] values )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when values is null. |
| System.ArgumentOutOfRangeException | Thrown when values contains more or less than sixteen elements. |